CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opengl 直线

搜索资源列表

  1. OpenGLOCX

    0下载:
  2. 基于OpenGL的ActiveX控件 可以绘制各种直线和曲线并且进行各种变换-OpenGL-based ActiveX controls can draw various curves and straight lines and various transformation
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:24548
    • 提供者:李冰
  1. full_graph

    0下载:
  2. 一个用OpenGL实现的图形软件包,能够实现直线生成、Bezier曲线生成、多边形扫描转换图形变换的功能。 -with an OpenGL graphics package, to achieve linear generation, Bezier curve generation and polygon scan conversion graphics transform functions.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:7135
    • 提供者:陈晓岚
  1. simpledraw

    0下载:
  2. 是一个简单的用opengl画图的程序 完成了直线,圆等简单图形的绘制-is a simple drawing with opengl procedures completed the straight, round and other simple graphics rendering
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:80743
    • 提供者:吕武玲
  1. 207

    0下载:
  2. 一个很简单的opengl程序,功能包括:简单模拟了太阳、地球月亮的运行,画立方体、直线、点等几何图元,bezier曲线及反求bezier控制点(点的数量为4),nurbs曲线及裁剪,图像可以平移、缩放和旋转(由于是本人初学opengl,所以请多多包含)-a very simple opengl procedures, functions include : simulation of a simple sun, the earth the moon operation, painting cub
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:96936
    • 提供者:wangwei
  1. 清华大学-计算机图形学

    0下载:
  2. 清华大学远程教育计算机图形学 ■ 第1章 绪论 ※ 计算机图形学的研究内容 ※ 计算机图形学的发展简史 ※ 应用及研究前沿 ※ 图形设备 ■ 第2章 光栅图形学 ※ 直线段的扫描转换算法 ※ 圆弧的扫描转换算法 ※ 多边形扫描转换与区域填充 ※ 字符 ※ 裁剪 ※ 反走样 ※ 消隐 ※ 练习题 ■ 第3章 几何造型技术 ※ 曲线和曲面 ※ Bezier和B样条曲线曲面 ※ 形体在计算机内的表示 ※ 求交分类 ※ 实体造型系统简介 ※ 练习题 ■ 第4章 真实感图形学 ※ 颜色视觉 ※ 简单光照明
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3184405
    • 提供者:张强
  1. TestOpenGL

    1下载:
  2. 使用鼠标动态绘制直线,以及将屏幕坐标转换为OpenGL坐标。-use a mouse linear dynamic mapping, and to coordinate conversion to the screen coordinates of OpenGL.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:161927
    • 提供者:陈飞
  1. GraphicsChange

    1下载:
  2. OpenGL有着很好的交互式程序设计接口,通过选定与反馈等机制可以很好的实现交互式绘图设计。再与MFC相结合,简直可以很容易的开发出相关的类CAD软件。 由OPENGL负责图元的创建和编辑以实现动画,由MFC负责与操作系统的信息交换。分工合作,层层实现 在主菜单上新建三个不同的菜单项分别实现生成图元,拖动图元,删除图元的功能。特别的,关于直线的拖动要用到橡皮直线技术。-OpenGL is a good interactive programming interface, through
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:31428
    • 提供者:nikolai
  1. glsamle1111

    0下载:
  2. 图形学画直线实例程序,OPENGL构架,可以看看!-graphics line drawing examples procedures, OpenGL framework, we can!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:58794
    • 提供者:黑石头
  1. 6.0MFC_OPENGL_PFbresenham

    0下载:
  2. 基于MFC中Opengl环境的bresenham直线生成算法,可由对话框输入起始点和终点,直观地观察bresenham算法的原理。-based MFC Opengl environment bresenham line drawing algorithm, from the dialog box input starting and stopping points, and visual observation of the principle bresenham algorithm.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:62081
    • 提供者:cseason
  1. opengl_Bresenham

    0下载:
  2. 这是opengl的入门级代码,使用Bresenham算法绘制直线和圆形,供初学者参考。(This is the entrygl entry code, using Bresenham algorithm to draw a straight line and round, for beginners reference.)
  3. 所属分类:OpenGL

    • 发布日期:2017-12-22
    • 文件大小:435200
    • 提供者:陈晟
  1. line

    0下载:
  2. 绘制直线,用过使用中点画线算法等直线绘制算法绘制多条直线(Draw lines, with the use of midpoint line drawing algorithm and other straight line rendering algorithm to draw a number of straight lines)
  3. 所属分类:OpenGL

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:jiao。。
  1. smallOpenGL

    0下载:
  2. 使用VC++新建控制台程序输出直线,三角,圆,多边形和圆锥(Using VC++ to create a new console program, output lines, triangles, circles, polygons and cones)
  3. 所属分类:OpenGL

    • 发布日期:2018-01-03
    • 文件大小:1900544
    • 提供者:hlomer
  1. 图形裁剪 (1)

    0下载:
  2. 图形裁剪有两个例子,直线,圆,若有需要可下载(OpenGL development package contains the header file,.Lib file, if necessary, can be downloaded)
  3. 所属分类:OpenGL

    • 发布日期:2018-01-06
    • 文件大小:81997824
    • 提供者:lyj999
  1. code2

    0下载:
  2. 1、用鼠标拖动画直线,线段终点始终跟随鼠标移动; 2、使用菜单界面修改直线的颜色; 3、利用键盘控制直线在屏幕上移动;(1, using the mouse to drag the straight line, the end of the line is always followed by the mouse movement; 2, use the menu interface to modify the color of the straight line. 3, use th
  3. 所属分类:OpenGL

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:噼哩啪啦
  1. 实验一

    0下载:
  2. MFC+OPENGL实现Windows自带绘图工具效果,实现鼠标交互,平面记录多条直线(MFC+OPENGL draw lines,the mathod of which looks same to the drawing method in Windows)
  3. 所属分类:图形图象

  1. 计算机图形学

    0下载:
  2. 在vc++6.0环境下,基于OPENGL实现图形学设计内容。包括实现五边形到五角星的动态变换;利用DDA、中点画线法、Bresenham算法画直线;利用中点画圆法、Bresenham算法画圆;利用栅栏填充、扫描线填充实现多边形内部颜色填充;以及实现二维图形、三维图形的平移、放大、缩小、对称、旋转、错切等基本图形变换。(In vc++6.0 environment, we design content based on OPENGL. It includes the dynamic transfo
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:4198400
    • 提供者:水无缘
  1. 中点画线(提高)

    0下载:
  2. 在OpenGL环境下用c++语言实现中点画线算法画一万条直线(In the OpenGL environment, we use the c++ language to realize the midpoint line drawing algorithm and draw ten thousand straight lines.)
  3. 所属分类:OpenGL

    • 发布日期:2018-05-03
    • 文件大小:20500480
    • 提供者:theone123
  1. 提高(Bresenham)

    0下载:
  2. 在OpenGL环境下用c++语言实现Bresenham画线算法画一万条直线(In the OpenGL environment, we use the c++ language to realize the Bresenham drawing algorithm and draw ten thousand straight lines.)
  3. 所属分类:OpenGL

    • 发布日期:2018-05-03
    • 文件大小:10429440
    • 提供者:theone123
  1. draw_line

    0下载:
  2. 使用openGL画直线,使用鼠标控制,左键按下开始画直线,松开完成(Draw straight lines with openGL)
  3. 所属分类:OpenGL

    • 发布日期:2018-05-03
    • 文件大小:14358528
    • 提供者:老王13
  1. Line

    1下载:
  2. 在MFC中建立OpenGL使用环境, 设置菜单和对话框,,编写直线扫描转换的核心代码(Build OpenGL environment in MFC, set menus and dialog boxes, and write the core code of line scan conversion.)
  3. 所属分类:OpenGL

    • 发布日期:2020-04-01
    • 文件大小:3813376
    • 提供者:wangerre
« 1 2 3 45 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com